All Questions
2 questions
12votes
2answers
7kviews
"Merchants Guide to Galaxy" challenge
I have solved the classic "Merchants Guide to Galaxy" problem: A merchant buys and sells items in the galaxy. Buying and selling over the galaxy requires you to convert numbers and units. The ...
5votes
1answer
467views
Let's revisit Roman numbers
Problem Statement: Write a function to convert from normal numbers to Roman Numerals: e.g. 1 => I 10 => X 7 => VII Code: ...